معرفی شرکت ها


pcg-cpp-0.98.1^20220408git428802d-5.fc38.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

PCG Random Number Generation, C++ Edition
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything x86_64
نام بسته pcg-cpp
نام فایل بسته pcg-cpp-0.98.1^20220408git428802d-5.fc38.src.rpm
نسخه بسته 0.98.1^20220408git428802d
انتشار بسته 5.fc38
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Fri 20 Jan 2023 06
هاست سازنده buildvm-x86-23.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/imneme/pcg-cpp
مجوز MIT OR Apache-2.0
حجم دانلود 96K
حجم نصب 81.085K
This code provides an implementation of the PCG family of random number generators, which are fast, statistically excellent, and offer a number of useful features. Full details can be found at the PCG-Random website (http://www.pcg-random.org/). This version of the code provides many family members – if you just want one simple generator, you may prefer the minimal C version of the library. There are two kinds of generator, normal generators and extended generators. Extended generators provide k dimensional equidistribution and can perform party tricks, but generally speaking most people only need the normal generators. There are two ways to access the generators, using a convenience typedef or by using the underlying templates directly (similar to C++11’s std::mt19937 typedef vs its std::mersenne_twister_engine template). For most users, the convenience typedef is what you want, and probably you’re fine with pcg32 for 32-bit numbers. If you want 64-bit numbers, either use pcg64 (or, if you’re on a 32-bit system, making 64 bits from two calls to pcg32_k2 may be faster).


جایگزین ها

بسته نسخه معماری مخزن
pcg-cpp-devel-0.98.1^20220408git428802d-5.fc38.noarch.rpm 0.98.1^20220408git428802d noarch Fedora Everything
pcg-cpp-doc-0.98.1^20220408git428802d-5.fc38.noarch.rpm 0.98.1^20220408git428802d noarch Fedora Everything


نیازمندی

مقدار نام
- gcc-c++
- make


ارائه دهنده

مقدار نام
= 0.98.1^20220408git428802d-5.fc38 pcg-cpp-devel
= 0.98.1^20220408git428802d-5.fc38 pcg-cpp-doc


نحوه نصب


نصب پکیج rpm pcg-cpp:

    dnf install pcg-cpp-0.98.1^20220408git428802d-5.fc38.src.rpm


فایل ها

مسیرها
pcg-cpp-428802d1a5634f96bcd0705fab379ff0113bcf13.tar.gz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-12-21

Leaf package: remove i686 support

2022-10-20

Update License to SPDX

2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-04-20

Fix bug in pcg128_t/engine operator>>

2022-04-20

Drop “forge” macros and use “modern” snapshot versioning

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-12-17

Let the -devel package be noarch

2021-09-20

Initial package (close RHBZ#2003169)